From e4c8c838e9af5d24569ba8f2fada41aa0cd3a168 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 28 Apr 1993 17:08:14 +0000 Subject: [PATCH] Removed spurious comment (obsoleted by ;;;###autoload). --- lisp/textmodes/tex-mode.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 28e0284c69d..a3586d87ce1 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -214,8 +214,6 @@ Set by \\[tex-region], \\[tex-buffer], and \\[tex-file].") (defvar tex-shell-map nil "Keymap for the tex-shell. A comint-mode-map with a few additions.") -;(defalias 'TeX-mode 'tex-mode) ;in loaddefs. - (defvar compare-windows-whitespace nil) ; Pacify the byte-compiler ;;; This would be a lot simpler if we just used a regexp search, @@ -245,6 +243,7 @@ is used." 'plain-tex-mode)))) (if mode (funcall mode) (funcall tex-default-mode)))) + ;;;###autoload (defalias 'TeX-mode 'tex-mode) ;;;###autoload -- 2.30.2